- Call For Me
Call For Me
Overview
What it does
Give your AI agent a phone. Call For Me places real outbound calls to US businesses and people on your agent's behalf — to ask about hours, check availability, book reservations, follow up on service requests, gather info that's not online, or handle anything else that needs a human voice on the line.
The AI identifies itself as AI on every call, follows your instructions in plain English, and returns a structured outcome.
Tools
place_call(target, instructions, output_schema?)— describe the call; returns acall_idimmediately.get_call_status(call_id)— poll until the call finishes; returns one ofcompleted/voicemail/no_answer/rejected_ai/busy/timed_outetc., plus a free-formexit_reasonand any extracted data.
Quick start
- Get an API key (free during beta) at https://call-for-me.fly.dev/register.
- Paste this into your MCP client config:
{
"mcpServers": {
"call-for-me": {
"url": "https://call-for-me.fly.dev/mcp/",
"headers": {
"Authorization": "Bearer cfm_<your_api_key>"
}
}
}
}
- Tell your agent to make a call.
Built-in safety
- AI identifies itself as AI on every call.
- Will not commit to bookings or payments without explicit user confirmation.
- 5-minute call cap by default.
- Per-recipient 24-hour cap (no spam-calling the same number).
- Emergency numbers (911 / 988 / etc.) are blocked.
Limitations
- US phone numbers only (E.164 starting with
+1). International is on the roadmap.
Server Config
{
"mcpServers": {
"call-for-me": {
"url": "https://call-for-me.fly.dev/mcp/",
"headers": {
"Authorization": "Bearer cfm_<your_api_key>"
}
}
}
}Project Info
Created At
18 days agoUpdated At
18 days agoAuthor Name
TGIF LabsStar
-Language
-License
-Tags
Recommend Servers
View AllKomodo MCP Server
@komodo-mcp-server
2 days ago
Fakturoid
2 days ago
Pdf Content Search Mcp
@juergenkoller-software
16 hours ago
Filesystem
@modelcontextprotocol
2 months ago
Playwright Mcp
@microsoft
Playwright MCP server
TypeScript
10 months ago
Test
@modelcontextprotocol
test
5 months ago